Einhugur macOS Bridge plugin.

NSColorPickerTouchBarItem.ColorPickerActionDelegate Delegate

Delegate that defines action handler for the NSColorPickerTouchBarItem.

ColorPickerActionDelegate(
   sender as NSColorPickerTouchBarItem,
   value as EinhugurMacOSBridge.NSColor)

Parameters

sender
The sender color picker object.

Note this is not comparable to the color picker Touch Bar item object reference you might have stored somewhere. So if you do if sender = myItem then this will always be false.
value
The new value for the selected NSColor in the color picker.

Remarks

See Also

NSColorPickerTouchBarItem Class